home *** CD-ROM | disk | FTP | other *** search
/ Alumni Directory: Lakewood High School 2010 / Alumni Directory: Lakewood High School 2010.iso / pc / Setup.msi / ban.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2009-12-02  |  2.7 KB  |  172 lines

  1.  
  2. body {
  3.     background-color: #400352;
  4.     background-image: url(bg.jpg);
  5.     background-repeat: repeat;
  6. }
  7. .copy {
  8.     font-family: Helvetica, sans-serif;
  9.     font-size: 12px;
  10.     color: #000000;
  11. }
  12.  
  13. .italiccopy {
  14.     font-family: Helvetica, sans-serif;
  15.     font-size: 12px;
  16.     color: #000000;
  17.     font-style: italic;
  18. }
  19.  
  20. .boldcopy {
  21.     font-family: Helvetica, sans-serif;
  22.     font-size: 12px;
  23.     color: #000000;
  24.     font-weight:bold;
  25. }
  26.  
  27. .copy a {
  28.     font-family: Helvetica, sans-serif;
  29.     font-size: 12px;
  30.     color: #000000;
  31.     line-height: 15px;
  32. }
  33.  
  34. .captions {
  35.     font-family: Helvetica, sans-serif;
  36.     font-size: 10px;
  37.     color: #000000;
  38.     font-style: italic;
  39. }
  40.  
  41. .navigationcopy {
  42.     font-family: Helvetica, sans-serif;
  43.     font-size: 11px;
  44.     color: #ffffff;
  45.     font-weight: bold;
  46.     letter-spacing: 1px;
  47. }
  48.  
  49. .smallheadings {
  50.     font-family: Helvetica, sans-serif;
  51.     font-size: 12px;
  52.     color: #671180;
  53.     letter-spacing: 1px;
  54.     font-weight: bold;
  55.  
  56. }
  57.  
  58. .subheadings {
  59.     font-family: Helvetica, sans-serif;
  60.     font-size: 16px;
  61.     color: #f5dc80;
  62.     letter-spacing: 3pt;
  63.     font-weight: bold;
  64.  
  65.  
  66. }
  67.  
  68. .HEADINGS {
  69.     font-family: Arial black, sans-serif;
  70.     font-size: 24px;
  71.     color: #f5dc80;
  72.     font-weight: 900;
  73.     letter-spacing: 1pt;
  74.     text-transform: uppercase;
  75.  
  76. }
  77.  
  78.  
  79.  
  80. .copy a:link {
  81.     color: #000000;
  82.     text-decoration: none;
  83. }
  84. .copy a:visited {
  85.     color: #000000;
  86.     text-decoration: none;
  87. }
  88. .copy a:hover {
  89.     color: #671180;
  90.     text-decoration: underline;
  91. }
  92. .copy a:active {
  93.     color: #000000;
  94.     text-decoration: none;
  95. }
  96.  
  97. .boldcopy a:link {
  98.     color: #671180;
  99.     text-decoration: none;
  100. }
  101. .boldcopy a:visited {
  102.     color: #671180;
  103.     text-decoration: none;
  104. }
  105. .boldcopy a:hover {
  106.     color: #f5dc80;
  107.     text-decoration: underline;
  108. }
  109. .boldcopy a:active {
  110.     color: #671180;
  111.     text-decoration: none;
  112. }
  113.  
  114. .navigationcopy a:link {
  115.     color: #ffffff;
  116.     text-decoration: none;
  117. }
  118. .navigationcopy a:visited {
  119.     color: #ffffff;
  120.     text-decoration: none;
  121. }
  122. .navigationcopy a:hover {
  123.     color: #f5dc80;
  124.     text-decoration: underline;
  125. }
  126. .navigationcopy a:active {
  127.     color: #ffffff;
  128.     text-decoration: none;
  129. }
  130.  
  131. .subheadings a{
  132.     font-family: Helvetica, sans-serif;
  133.     font-size: 14px;
  134.     color: #f5dc80;
  135.     letter-spacing: 3pt;
  136.     font-weight: bold;
  137.  
  138. }
  139.  
  140. .subheadings a:link {
  141.     color: #f5dc80;
  142.     text-decoration: none;
  143. }
  144. .subheadings a:visited {
  145.     color: #f5dc80;
  146.     text-decoration: none;
  147. }
  148. .subheadings a:hover {
  149.     color: #671180;
  150.     text-decoration: underline;
  151. }
  152. .subheadings a:active {
  153.     color: #f5dc80;
  154.     text-decoration: none;
  155. }
  156.  
  157. .italiccopy a:link {
  158.     color: #000000;
  159.     text-decoration: none;
  160. }
  161. .italiccopy a:visited {
  162.     color: #000000;
  163.     text-decoration: none;
  164. }
  165. .italiccopy a:hover {
  166.     color: #671180;
  167.     text-decoration: underline;
  168. }
  169. .italiccopy a:active {
  170.     color: #000000;
  171.     text-decoration: none;
  172. }